English
cURL
curl --request POST \ --url https://metadata.sequence.app/rpc/Metadata/RefreshAllContractTokens \ --header 'Content-Type: application/json' \ --header 'X-Access-Key: <api-key>' \ --data '{ "chainHandle": "<string>", "contractAddress": "<string>" }'
{ "task": { "id": 123, "queue": "<string>", "status": "QUEUED", "try": 123, "runAt": "<string>", "lastRanAt": "<string>", "createdAt": "<string>", "payload": [ "<string>" ], "hash": "<string>" }, "retryAfter": 123 }
Public project access key for authenticating requests obtained on Sequence Builder. Example Test Key: AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI
OK
The response is of type object.
object
Was this page helpful?